ReleaseObjectGroupRequest

data class ReleaseObjectGroupRequest(objectGroup: String)

Represents request frame that can be used with Runtime#releaseObjectGroup operation call.

Releases all remote objects that belong to a given group.

See also

Constructors

ReleaseObjectGroupRequest
Link copied to clipboard
fun ReleaseObjectGroupRequest(objectGroup: String)

Properties

objectGroup
Link copied to clipboard
val objectGroup: String
Symbolic object group name.

Sources

jvm source
Link copied to clipboard